VULN-1923 fix: allow kebab actions if the selected item is filtered out#1204
VULN-1923 fix: allow kebab actions if the selected item is filtered out#1204leSamo merged 1 commit intoRedHatInsights:masterfrom
Conversation
|
Referenced Jiras: |
There was a problem hiding this comment.
I love the branch name 😂 looks good, but let's fix everything while we're at it.
When you have items selected and table empty:
- Exposed systems table:
- remediation button should be enabled
- export button should be grayed out
- System detail table:
- remediation button should be enabled
- actions should be enabled
Also looks like snapshots are failing because you have incorrect PF version, try:
rm -rf dist
rm -rf node_modules
npm i
npm run test -- -u
VULN-1923 unifying behavior with systems exposed table where status can be edited via kebab action if the selected item is filtered out
7f4a546 to
e816d89
Compare
|
@leSamo I've fixed export button on exposed systems page and enabled actions on system detail page. |
leSamo
left a comment
There was a problem hiding this comment.
Oki doki, I've created a ticket for the remediation button, so we won't forget about it: https://issues.redhat.com/browse/VULN-1932
## [1.77.7](v1.77.6...v1.77.7) (2021-09-13) ### Bug Fixes * allow kebab actions if the selected item is filtered out ([#1204](#1204)) ([be94181](be94181))
|
🎉 This PR is included in version 1.77.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.77.7](RedHatInsights/vulnerability-ui@v1.77.6...v1.77.7) (2021-09-13) ### Bug Fixes * allow kebab actions if the selected item is filtered out ([#1204](RedHatInsights/vulnerability-ui#1204)) ([be94181](RedHatInsights/vulnerability-ui@be94181))
## [1.77.7](RedHatInsights/vulnerability-ui@v1.77.6...v1.77.7) (2021-09-13) ### Bug Fixes * allow kebab actions if the selected item is filtered out ([#1204](RedHatInsights/vulnerability-ui#1204)) ([be94181](RedHatInsights/vulnerability-ui@be94181))
unifying behavior with systems exposed table where status can be edited via kebab action if the selected item is filtered out